home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1998 #1
/
Amiga Plus 1998 #1.iso
/
demo-versionen
/
haage&partner
/
warpup-warpos
/
include
/
powerpc
/
portsppc.i
< prev
next >
Wrap
Text File
|
1997-09-24
|
1KB
|
45 lines
IFND POWERPC_PORTSPPC_I
POWERPC_PORTSPPC_I SET 1
**
** $VER: portsPPC.i 12.0 (1.8.97)
**
** WarpOS Release 1.0
**
** '(C) Copyright 1997 Haage & Partner Computer GmbH'
** All Rights Reserved
**
** structures related to WarpOS message ports
**
IFND EXEC_TYPES_I
include exec/types.i
ENDC
IFND EXEC_LISTS_I
include exec/lists.i
ENDC
IFND EXEC_PORTS_I
include exec/ports.i
ENDC
IFND POWERPC_SEMAPHORESPPC_I
include powerpc/semaphoresPPC.i
ENDC
IFND POWERPCLIB_V7 ;only for V8+
**** PPC Message Port structure
STRUCTURE MP_PPC,MP_SIZE ;standard exec msg port
STRUCT MP_PPC_INTMSG,LH_SIZE ;private
STRUCT MP_PPC_SEM,SSPPC_SIZE ;private
LABEL MP_PPC_SIZE
**** node type for a PPC message port
NT_MSGPORTPPC = 101
ENDC ;POWERPCLIB_V7
ENDC ; PORTSPPC_I